-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release v1.0.0 #7535
release v1.0.0 #7535
Conversation
@nehaLohia27: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @nehaLohia27. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Changelog.md
Outdated
@@ -1,5 +1,53 @@ | |||
# Changelog | |||
|
|||
### 1.0.0 | |||
** This is a breaking change** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
** This is a breaking change** | |
**This is a breaking change** |
a17da5d
to
958c698
Compare
charts/ingress-nginx/Chart.yaml
Outdated
# List of changes for the release in artifacthub.io | ||
# https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog | ||
artifacthub.io/changes: | | ||
- Fix default backend annotation and tests | ||
- Support for Ingress object v1 and drop support for v1beta1 | ||
- Update to go 1.17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Update to go 1.17 | |
- Update to go 1.17 |
958c698
to
5abe182
Compare
/retest |
5abe182
to
d8a4a14
Compare
/test pull-ingress-nginx-chart-lint |
charts/ingress-nginx/Chart.yaml
Outdated
@@ -2,8 +2,8 @@ apiVersion: v2 | |||
name: ingress-nginx | |||
# When the version is modified, make sure the artifacthub.io/changes list is updated | |||
# Also update CHANGELOG.md | |||
version: 4.0.0-beta.3 | |||
appVersion: 1.0.0-beta.3 | |||
version: 4.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should change it to 4.0.1
Signed-off-by: Neha Lohia <[email protected]>
d8a4a14
to
b2bc66e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nehaLohia27, rikatz, tao12345666333 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- `k8s.gcr.io/ingress-nginx/controller:v1.0.0@sha256:0851b34f69f69352bf168e6ccf30e1e20714a264ab1ecd1933e4d8c0fc3215c6` | ||
|
||
**Known Issues** | ||
Ingress Controller only supports cluster scoped IngressClass and needs cluster wide permission for this object, otherwise it is not going to start. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have an open issues for this, can we add it here. #7502
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually #7510
But my personal opinion, we CAN merge this and add the issue as a follow up, wdyt? (otherwise all the CI is going to run again...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nehaLohia27 please open a follow UP PR later adding the description proposed by @strongjz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure @rikatz would open a follow up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opened follow up PR #7536
/remove-area docs |
/hold cancel |
Hi, |
Signed-off-by: Neha Lohia <[email protected]>
Signed-off-by: Neha Lohia [email protected]
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: